Skip to main content

All Questions

Tagged with
13votes
2answers
4kviews

Could we build a functional computer?

As mush as FP has done, in the end, all our programs are structured. That is, it doesn't matter how pure or functional we make a them - they are always translated to assembly, so what actually runs ...
MaiaVictor's user avatar
27votes
5answers
12kviews

In what programming language did "let" first appear?

I was wondering about the origins of the "let" used in Lisp, Clojure, and Haskell. Does anyone know which language it appeared in first?
carinmeier's user avatar

close